home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Friends
- Caption = "Friends and Family"
- ClientHeight = 4020
- ClientLeft = 1005
- ClientTop = 1905
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Left = 945
- LinkMode = 1 'Source
- LinkTopic = "Form4"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1560
- Width = 7485
- Begin TextBox Mother
- Height = 285
- Left = 1680
- TabIndex = 5
- Top = 3480
- Width = 2505
- End
- Begin TextBox Father
- Height = 285
- Left = 1680
- TabIndex = 4
- Top = 3000
- Width = 2505
- End
- Begin CommandButton Command2
- Cancel = -1 'True
- Caption = "Quit"
- Height = 495
- Left = 5640
- TabIndex = 10
- Top = 2400
- Width = 1575
- End
- Begin TextBox Friend3
- Height = 285
- Left = 1680
- TabIndex = 3
- Top = 1800
- Width = 2505
- End
- Begin TextBox Friend2
- Height = 285
- Left = 1680
- TabIndex = 2
- Top = 1320
- Width = 2505
- End
- Begin CommandButton Command1
- Caption = "Continue"
- Height = 495
- Left = 5640
- TabIndex = 6
- Top = 1080
- Width = 1575
- End
- Begin TextBox Friend1
- Height = 285
- Left = 1680
- TabIndex = 1
- Top = 840
- Width = 2505
- End
- Begin Label Label6
- Caption = "Mother"
- Height = 255
- Left = 600
- TabIndex = 12
- Top = 3480
- Width = 735
- End
- Begin Label Label5
- Caption = "Father"
- Height = 255
- Left = 600
- TabIndex = 11
- Top = 3000
- Width = 735
- End
- Begin Label Label7
- Caption = "List you parent's first names"
- Height = 255
- Left = 1680
- TabIndex = 13
- Top = 2520
- Width = 2535
- End
- Begin Label Label4
- Caption = "Friend #3"
- Height = 255
- Left = 600
- TabIndex = 9
- Top = 1800
- Width = 975
- End
- Begin Label Label3
- Caption = "Friend #2"
- Height = 255
- Left = 600
- TabIndex = 8
- Top = 1320
- Width = 975
- End
- Begin Label Label2
- Caption = "Friend #1"
- Height = 255
- Left = 600
- TabIndex = 7
- Top = 840
- Width = 975
- End
- Begin Label Label1
- Caption = "List three friends (first name only)"
- Height = 255
- Left = 1680
- TabIndex = 0
- Top = 360
- Width = 3135
- End
- Sub command1_click ()
- friends.Hide
- Preferences.Show
- End Sub
- Sub Command2_Click ()
- End
- End Sub
- Sub Form_Activate ()
- i% = sndplaysound("friends.wav", 1)
- friend1.text = ""
- friend2.text = ""
- friend3.text = ""
- father.text = ""
- mother.text = ""
- friend1.SetFocus
- End Sub
-